Definition (Pareto optimal)

Suppose an instance of multiobjective optimization, with a certain feasible space (given by the constraints) known as the design space for the problem.

The design space has as its axes the values x1,x2x_1, x_2, whereas a criterion space may be defined having the axes f1,f2f_1, f_2 consisting of the two objective functions.

The edge between the minimum f1f_1 and minimum f2f_2 may be deemed as the Pareto front whereas along this edge, improvements in one objective come with tradeoff in the other objective, and any point along this edge is considered Pareto optimal.

However, a point in the feasible region not along this Pareto front is Pareto inefficient and may be improved by a Pareto improvement towards the Pareto front helping one objective or both without harm to the other.

Definition (efficient points)

Denote PO(S)PO(S) the set of efficient points of SS, whereas xSx \in S is an efficient point when there does not exist an alternative ySy \in S, yxy \neq x, such that yxy \geq x. (i.e. set of Pareto optimal points)

A solution concept φ\varphi is efficient (or satisfies the efficiency property) if φ(S,d)PO(S)\varphi(S,d) \in PO(S) for each bargaining game (S,d)(S,d) \in \mathcal{F}.

An alternative xSx \in S is called weakly efficient in SS if there is no yS,y \in S, yxy \neq x strictly preferred to xx by both players, i.e. satisfying yxy \gg x

illustration

300
here, the purple line is the Pareto front
(image from Stanford notes)

300
weakly efficient points, vis-a-vis the design space (note here, PO(S)PO(S) is the diagonal without the vertical and horizontal segments)
on vertical/horizontal segments, improvement is not preferred by both players (only by one player)
(image from Maschler et al textbook)

See also


References

  1. https://en.wikipedia.org/wiki/Pareto_efficiency
  2. https://web.stanford.edu/group/sisl/k12/optimization/MO-unit5-pdfs/5.8Pareto.pdf
  3. M. Maschler, E. Solan, and S. Zamir, Game Theory, 1st ed. Cambridge University Press, 2013. doi: 10.1017/CBO9780511794216, pp. 627-628.